/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */

@import url("scrolling_feed.css?v=1.3");

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

* {
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}

body {
  background: #fff;
  color: #666b6e;
  cursor: auto;
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 135px;
}

.search .pagination .right a {
  float: right;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

ul.pagination li a,
ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #000000;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #000000;
  pointer-events: none;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: #008CBA;
  color: #FFF;
  cursor: default;
  font-weight: bold;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: #008CBA;
}

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Start to customize Reverie */

a,
a:visited,
a:hover,
a:visited:hover {
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
  color: #000;
}

figure img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt,
.gallery dl {
  display: inline-block;
}

.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}

figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #000 !important;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}

body>header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

.videowrapper {
  position: relative;
  padding-bottom: 69.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}

span.author a,
time a {
  color: #999;
  font-weight: bold;
}

span.author a:hover,
span.author a:focus,
time a:hover,
time a:focus {
  color: #666b6e;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}

.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}

.entry-author h4 a {
  color: #999;
}

.entry-author h4 a:hover,
.entry-author h4 a:focus {
  color: #666b6e;
}

.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

#navbar {
  border-right: 1px solid #fff !important;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}

.entry-tags a {
  color: #999;
}

.entry-tags a:hover,
.entry-tags a:focus {
  color: #666b6e;
}

.page-numbers {
  color: #999;
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

.page-numbers li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

.page-numbers li a,
.page-numbers li button {
  border-radius: 3px;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

.page-numbers li:hover a,
.page-numbers li a:focus,
.page-numbers li:hover button,
.page-numbers li button:focus {
  background: #e6e6e6;
}

.page-numbers li.unavailable a,
.page-numbers li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

.page-numbers li.unavailable:hover a,
.page-numbers li.unavailable a:focus,
.page-numbers li.unavailable:hover button,
.page-numbers li.unavailable button:focus {
  background: transparent;
}

.page-numbers li.current a,
.page-numbers li.current button {
  background: #008CBA;
  color: #FFF;
  cursor: default;
  font-weight: bold;
}

.page-numbers li.current a:hover,
.page-numbers li.current a:focus,
.page-numbers li.current button:hover,
.page-numbers li.current button:focus {
  background: #008CBA;
}

.page-numbers li {
  display: block;
  float: left;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}

.page-numbers li span.current {
  background: #008CBA;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #FFF;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}

ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}

ol.commentlist ul.children {
  margin-left: 4rem;
}

ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}

ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}

ol.commentlist li .author-meta {
  display: inline-block;
}

ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}

ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}

ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}

ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}

ol.commentlist li section.comment a.comment-reply-link:hover,
ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #666b6e;
}

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel,
.footer-widget .panel {
  border: none;
  background-color: #eee;
  padding: 1.5rem 1.875rem;
}

#sidebar .panel a,
.footer-widget .panel a {
  color: #999;
  font-size: 0.9375rem;
}

#sidebar .panel a:hover,
#sidebar .panel a:focus,
.footer-widget .panel a:hover,
.footer-widget .panel a:focus {
  color: #666b6e;
}

#sidebar ul,
.footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}

#sidebar .widget h4,
.footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}

footer.full-width p {
  font-size: 0.875rem;
}

footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}

footer.full-width a:hover,
footer.full-width a:focus {
  color: #666b6e;
}

footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.admin-bar>.fixed {
  margin-top: 2rem;
}

.f-topbar-fixed>.container {
  margin-top: 2rem;
}

.fourty h3 {
  font-size: 40px !important;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: benton-sans-condensed, sans-serif;
    color: #000000;
  }

  a {
    color: #676f72;
    text-decoration: underline;
  }

  a:hover {
    color: #000;
  }

  .removeBottomPadding {
    padding-bottom: 0px !important;
  }


  #wpadminbar {
    position: fixed !important;
  }

  .column+.column:last-child,
  .columns+.column:last-child,
  .column+.columns:last-child,
  .columns+.columns:last-child {
    float: left;
  }

  img.aligncenter {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .noVerticalPadding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .noVerticalMargin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  a:focus,
  span:focus {
    outline: none;
  }

  select {
    height: 50px;
  }

  .darken {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
  }

  .offWhite {
    background-color: #f6f6f6;
  }

  .gutter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .imgBorder {
    padding: 6px;
    border: 1px solid #d4d3d3;
  }

  .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 95%;
    margin: 20px auto;
  }

  .buttonHolder {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

  .buttonHolder .contentButton.small.white {
    color: #FFF;
    position: relative;
    display: inline-block;
    padding: 6px 20px 2px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .buttonHolder .contentButton.small.white::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .buttonHolder .contentButton.small.white::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  } */
  .buttonHolder .contentButton.small.black {
    color: #ffffff;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 2px 30px 5px;
    line-height: 2;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .buttonHolder .contentButton.small.black::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .buttonHolder .contentButton.small.black::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  } 
  .buttonHolder .contentButton.small.black:hover {
    color: #676f72;
    transition: color .25s;
  }*/
  .buttonHolder .contentButton.medium.white {
    text-decoration: none;
    color: #FFF;
    position: relative;
    display: inline-block;
    padding: 10px 20px 5px;
    transition: color .25s;
    /*font-size: 21px;*/
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .buttonHolder .contentButton.medium.white::before {
    content: url("../img/borderMediumTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.medium.white::after {
    content: url("../img/borderMediumBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.medium.white:hover {
    color: #676f72;
    transition: color .25s;
  } */
  .buttonHolder .contentButton.medium.black {
    text-decoration: none;
    color: #fff;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    transition: color .25s;
    /*font-size: 21px;*/
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .buttonHolder .contentButton.medium.black::before {
    content: url("../img/borderMediumTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.medium.black::after {
    content: url("../img/borderMediumBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.medium.black:hover {
    color: #676f72;
    transition: color .25s;
  } */
  .buttonHolder .contentButton.large.white {
    text-decoration: none;
    color: #FFF;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 20px 30px 0px;
    transition: color .25s;
    font-size: 28px;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .buttonHolder .contentButton.large.white::before {
    content: url("../img/borderMediumTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.large.white::after {
    content: url("../img/borderMediumBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.large.white:hover {
    color: #676f72;
    transition: color .25s;
  }*/
  .buttonHolder .contentButton.large.black {
    text-decoration: none;
    color: #fff;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    transition: color .25s;
    font-size: 28px;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .buttonHolder .contentButton.large.black::before {
    content: url("../img/borderMediumTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.large.black::after {
    content: url("../img/borderMediumBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .buttonHolder .contentButton.large.black:hover {
    color: #676f72;
    transition: color .25s;
  } */
  .buttonHolder.left {
    text-align: left;
    width: auto;
    padding-right: 25px;
  }

  .buttonHolder.center {
    text-align: center;
  }

  .buttonHolder.right {
    text-align: right;
  }

  header {
    margin-bottom: 25px;
  }

  header .loginRow {
    border-top: 3px solid #470D67;
    text-align: right;
    padding-bottom: 8px;
  }

  header .loginRow .login {
    padding-right: 0px;
  }

  header .loginRow .login a {
    background-color: #000000;
    text-decoration: none;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -2px;
    display: inline-block;
    padding-bottom: 3px;
    font-family: benton-sans-condensed, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .5px;
    padding-top: 2px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: border-bottom .25s;
  }
}

.header .logo img {
  width: 230px;
  margin-left: 15px;
}

@media only screen and (max-width: 640px) {
  header .loginRow .login a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

}

header .row {
  padding-bottom: 21px !important;
}

@media only screen {

  /*
  header .loginRow .login a:hover {
    border-bottom: 3px solid #ffd80b;
  }*/
  header .row {
    max-width: none;
  }

  header .row.header .logo {
    padding-left: 0px;
    z-index: 500;
  }
}

@media only screen and (max-width: 640px) {
  header .row.header .logo {
    width: 120px;
  }
}

@media only screen {
  header .row.header .nav {
    padding-right: 0px;
    margin-top: -60px;
  }
}

@media only screen and (max-width: 640px) {
  header .row.header .nav {
    padding-left: 0px;
  }
}

@media only screen {
  header .row.header .nav .ubermenu-responsive-toggle {
    text-align: right;
    color: #676f72;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
  }

  header .row.header .nav #ubermenu-nav-main-2 {
    background-color: #FFF;
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  header .row.header .nav #ubermenu-nav-main-2 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  header .row.header .nav #ubermenu-nav-main-2 li span.ubermenu-target-with-icon {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  header .row.header .nav #ubermenu-nav-main-2 li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen {
  header .row.header .nav #ubermenu-nav-main-2 li a {
    color: #676f72;
  }
}

@media only screen and (max-width: 640px) {
  header .row.header .nav #ubermenu-nav-main-2 li a {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  header .row.header .nav #ubermenu-nav-main-2 li a {
    font-size: 13px;
    padding-top: 23px;
  }
}

@media only screen {
  header .row.header .nav #ubermenu-nav-main-2 li.ubermenu-retractor {
    background-color: #676f72;
    color: #FFF;
  }

  header .row.header .nav #ubermenu-nav-main-2 li ul {
    background-color: #EEE;
  }

  header .row.header .nav #ubermenu-nav-main-2 li ul.ubermenu-submenu-id-9 {
    padding-top: 0px;
  }

  .titleBox {
    margin-bottom: 60px;
  }

  .titleBox .title {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 170px;
    text-align: center;
  }

  .titleBox .title .centerMe {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    display: block;
  }

  .titleBox .title h3 {
    font-size: 15px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    margin-bottom: 15px;
  }

  .titleBox .title h1 {
    display: inline-block;
    color: #FFF;
    font-size: 40px;
    font-family: 'Abril Fatface';
    position: relative;
  }

  .titleBox .title h1 a {
    color: #FFF;
    text-decoration: none;
  }

  .titleBox .title h4 {
    color: #FFF;
  }

  .heading {
    text-align: center;
  }

  .heading .pad {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .heading .pad.offWhite {
    padding-top: 60px;
  }

  .heading h3 {
    font-size: 32px;
    position: relative;
    display: inline-block;
    font-family: 'Abril Fatface';
  }


  .featuredBoxes {
    padding-bottom: 60px;
  }

  .featuredBoxes .row {
    max-width: none;
  }

  .featuredBoxes .row.primary .box {
    margin-bottom: 20px;
    padding: 0px auto;
  }

  .featuredBoxes .row.primary .box .pad {
    padding: 5px 5px 30px 5px;
    border: 1px solid #d4d3d3;
  }

  .featuredBoxes .row.primary .box .pad .title {
    font-size: 21px;
    font-family: benton-sans-condensed, sans-serif;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  .featuredBoxes .row.primary .box .pad .img {
    height: 190px;
    background-size: cover;
    background-position: center center;
  }

  .featuredBoxes .row.primary .box .pad .description {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .featuredBoxes .row.primary .box .pad .description p,
  .featuredBoxes .row.primary .box .pad .description ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featuredBoxes .row.primary .box .pad .description p:last-child,
  .featuredBoxes .row.primary .box .pad .description ul:last-child {
    margin-bottom: 0px;
  }

  .featuredBoxes .row.primary .box .pad .link {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featuredBoxes .row.primary .box .pad .link a {
    color: #fff;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 4px 30px 4px;
    line-height: 2;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .featuredBoxes .row.primary .box .pad .link a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .featuredBoxes .row.primary .box .pad .link a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .featuredBoxes .row.primary .box .pad .link a:hover {
    color: #676f72;
    transition: color .25s;
  } */
  .featuredBoxes .row.secondary .box {
    padding: 9px;
    border: 1px solid #d4d3d3;
    margin-bottom: 20px;
  }

  .featuredBoxes .row.secondary .box .pad {
    padding: 15px 20px;
    float: left;
    width: 100%;
  }

  .featuredBoxes .row.secondary .box .pad .title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 21px;
    font-family: benton-sans-condensed, sans-serif;
  }

  .featuredBoxes .row.secondary .box .pad .link a {
    color: #fff;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 2px 30px 5px;
    line-height: 2;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .featuredBoxes .row.secondary .box .pad .link a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .featuredBoxes .row.secondary .box .pad .link a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .featuredBoxes .row.secondary .box .pad .link a:hover {
    color: #676f72;
    transition: color .25s;
  }*/
  .pricingBoxes {
    padding-bottom: 60px;
  }

  .pricingBoxes .pad.offWhite {
    padding-bottom: 60px;
  }

  .pricingBoxes .row .box .pad {
    background-color: #FFF;
    border: 1px solid #d4d3d3;
    padding: 30px 15px;
    text-align: center;
  }

  .pricingBoxes .row .box .pad .title {
    font-size: 21px;
    font-family: benton-sans-condensed, sans-serif;
    color: #212121;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
  }

  .pricingBoxes .row .box .pad .price {
    font-size: 110px;
    font-weight: 800;
    font-family: benton-sans-condensed, sans-serif;
    color: #212121;
  }

  .pricingBoxes .row .box .pad .price sup {
    font-size: 55px;
  }

  .pricingBoxes .row .box .pad .link a {
    color: #fff;
    background: #B3008C;
    position: relative;
    display: inline-block;
    padding: 2px 30px 5px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .pricingBoxes .row .box .pad .link a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .pricingBoxes .row .box .pad .link a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .pricingBoxes .row .box .pad .link a:hover {
    color: #676f72;
    transition: color .25s;
  }*/
  .reviews {
    padding-bottom: 60px;
  }

  .review {
    padding-left: 80px;
    background-image: url("../img/iconQuote.png");
    background-repeat: no-repeat;
    background-position: top left;
  }

  .review .text {
    font-size: 24px;
    font-style: italic;
    color: #000;
    line-height: 45px;
    padding-bottom: 25px;
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .review .text {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

@media only screen {
  .review .authorInfo {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .review .authorInfo {
    font-size: 12px;
  }
}

@media only screen {
  .review .authorInfo .author {
    float: left;
    font-weight: 500;
    color: #000;
  }
}

@media only screen and (max-width: 640px) {
  .review .authorInfo .author {
    width: 100%;
    font-weight: bold;
  }
}

@media only screen {
  .review .authorInfo .credentials {
    font-weight: 400;
    float: left;
    border-left: 1px solid #b11e8c;
    padding-left: 10px;
    margin-left: 10px;
    color: #000;
  }
}

@media only screen and (max-width: 640px) {
  .review .authorInfo .credentials {
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
  }
}

@media only screen {
  .featured {
    padding-bottom: 60px;
  }

  .featured .row {
    border: 9px solid #000;
    background-position: center center;
    background-size: cover;
    max-width: none;
    padding: 95px 40px;
    color: #FFF;
    position: relative;
  }

  .featured .row .pad {
    position: relative;
    z-index: 5000;
  }

  .featured .row .pad .logo {
    text-align: center;
    padding-bottom: 40px;
  }

  .featured .row .pad .text h5 {
    font-size: 36px;
    color: #FFF;
    margin-bottom: 30px;
  }

  .featured .row .pad .text .link a {
    text-decoration: none;
    color: #FFF;
    position: relative;
    display: inline-block;
    padding: 10px 20px 5px;
    transition: color .25s;
    /*font-size: 21px;*/
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .featured .row .pad .text .link a::before {
    content: url("../img/borderMediumTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .featured .row .pad .text .link a::after {
    content: url("../img/borderMediumBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 18px;
    height: 18px;
  }
  .featured .row .pad .text .link a:hover {
    color: #676f72;
    transition: color .25s;
  }
*/
  footer {
    margin-top: 60px;
  }

  footer a {
    text-decoration: none;
  }

  footer .involved {
    max-width: 740px;
    padding: 10px;
    border: 1px solid #676f72;
    z-index: 1;
    background-color: #FFF;
    position: relative;
  }

  footer .involved .pad {
    float: left;
    width: 100%;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 500;
    font-family: benton-sans-condensed, sans-serif;
    text-align: center;
  }

  footer .involved .pad .title {
    color: #000;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Abril Fatface', sans-serif;
  }

  footer .involved .pad .way {
    border-top: 1px solid #cccccc;
    transition: background-color .25s;
  }

  footer .involved .pad .way a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: #ee3342;
    font-size: 21px;
    font-weight: 700;
  }

  footer .involved .pad .way a.membership-link {
    color: #470D67;
  }

  footer .involved .pad .way a.support-link {
    color: #003088;
  }

  footer .involved .pad .way:hover {
    background-color: #cccccc;
    transition: background-color .25s;
  }

  footer .footer {
    background-color: #000;
    max-width: none;
    padding-left: 35px;
    padding-right: 35px;
    color: #FFF;
    padding-bottom: 35px;
  }

  footer .footer a,
  footer .footer p {
    color: #FFF;
  }

  footer .footer .clear a {
    font-family: 'Abril Fatface';
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 0;
  }

  footer .footer .footerMenu {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .footer .footerMenu ul.menu {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
  }

  footer .footer .footerMenu ul.menu li {
    width: 100%;
    float: left;
  }

  footer .footer .footerMenu ul.menu li a {
    line-height: 35px;
    font-family: benton-sans-condensed;
    font-weight: bold;
  }

  footer .footer .restOfFooter {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer .footer .restOfFooter .footerColumn {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  footer .footer .restOfFooter h4 {
    font-family: benton-sans-condensed, sans-serif;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 18px;
  }

  footer .copyright {
    max-width: none;
    padding: 20px 0px;
  }

  footer .copyright p {
    font-size: 13px;
  }

  footer .copyright a {
    color: #000;
    text-decoration: underline;
  }

  .logos .pad {
    padding-bottom: 70px;
  }

  .logos .pad .title {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 35px;
  }

  .logos .pad .title h3 {
    position: relative;
    display: inline-block;
    font-size: 42px;
  }

  .logos .pad .logoRow .logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }

  section.content {
    padding-bottom: 60px;
  }

  section.content .pad .row .columns.center {
    float: none;
    margin: 0 auto;
  }

  section.content .pad .row .columns .slick-slider .slick-prev:before,
  section.content .pad .row .columns .slick-slider .slick-next:before {
    color: #676f72;
  }

  section.content .pad .row.fullWidth {
    max-width: none;
    padding: 60px;
  }

  section.content .pad .row h4.icon {
    padding-left: 33px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    margin-top: 25px;
    background-size: 20px;
  }

  section.content .pad .row h4.icon:first-child {
    margin-top: 0px;
  }

  section.content .pad .row .headingHolder {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
  }

  section.content .pad .row .headingHolder .heading {
    font-size: 42px;
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
  }

  section.content .pad .row .headingHolder.center {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  section.content .pad .row .headingHolder.center .heading::after {
    margin-left: -13px;
    left: 50%;
  }
}

@media only screen {
  section.content .pad .row img {
    padding: 7px;
    border: 1px solid #CCC;
  }

  section.content .pad.offWhite {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section.content .pad.offWhite .headingHolder .heading {
    color: #212121;
  }

  section.content .pad.gray {
    background-color: #001E43;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section.content .pad.gray .headingHolder .heading {
    color: #FFF;
  }

  section.content .pad.gray .slick-prev:before,
  section.content .pad.gray .slick-next:before {
    color: #FFF;
  }

  section.content .pad.gray p {
    color: #b7bcbe;
  }

  section.content .pad.gray a {
    color: #b7bcbe;
  }

  section.content .pad.gray h1,
  section.content .pad.gray h2,
  section.content .pad.gray h3,
  section.content .pad.gray h4,
  section.content .pad.gray h5 {
    color: #FFF;
  }

  section.content .pad.gray .contentButton.white:hover {
    color: #CCC;
  }

  .filmTiles {
    margin-bottom: 60px;
  }

  .filmTiles .tabs-content {
    border: 1px solid #d4d3d3;
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .filmTiles .tabs-content .row {
    max-width: none;
  }

  .filmBox .pad {
    background-color: #FFF;
    border: 1px solid #d4d3d3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
  }

  .filmBox .pad .img {
    min-height: 200px;
    position: relative;
  }

  .filmBox .pad .img .play {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;
  }

  .filmBox .pad .img .play img {
    border: 0px;
    padding: 10px;
  }

  .filmBox .pad .text {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .filmBox .pad .text h5 {
    font-size: 21px;
    font-family: benton-sans-condensed, sans-serif;
    padding-bottom: 3px;
  }

  .filmBox .pad .text .stats {
    color: #969fa3;
    padding-bottom: 7px;
  }

  .filmBox .pad .text .stats .director {
    position: relative;
    padding-left: 25px;
  }

  .filmBox .pad .text .stats .director::before {
    content: url("../img/iconFilm.jpg");
    position: absolute;
    left: 0;
    top: 2px;
  }

  .filmBox .pad .text .stats .length {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
  }

  .filmBox .pad .text .stats .length::before {
    content: url("../img/iconClock.jpg");
    position: absolute;
    left: 0;
    top: 2px;
  }

  .filmBox .pad .text .times {
    width: 100%;
    float: left;
    padding-bottom: 20px;
  }

  .filmBox .pad .text .times .time {
    display: inline-block;
    border-right: 1px solid #ffd80b;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .filmBox .pad .text .times .time:first-child {
    padding-left: 0px;
  }

  .filmBox .pad .text .times .time:last-child {
    border-right: 0px;
    padding-right: 0px;
  }

  .filmBox .pad .text .link a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    transition: color .25s;
    text-decoration: none;
    font-family: 'Abril Fatface', sans-serif;
    letter-spacing: 0;
    line-height: 25px;
    padding: 9px 30px;
    text-decoration: none;
    background-color: #470D67;
    margin: 10px;
  }

  /*
  .filmBox .pad .text .link a::before {
    content: url("../img/borderSmallTopLeftGray.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .filmBox .pad .text .link a::after {
    content: url("../img/borderSmallBottomRightGray.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .filmBox .pad .text .link a:hover {
    color: #676f72;
    transition: color .25s;
  }
*/
  .filmStrip>.pad {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .filmStrip>.pad .row {
    max-width: none;
  }

  .featuredTilesSmall.featuredTiles .pad .img {
    /* min-height: 100px; */
    min-height: 0 !important;
  }

  .featuredTilesSmall.featuredTiles.tallTiles .pad .img {
    min-height: 250px;
  }

  .featuredTileSmall .outerPad .tag {
    display: none;
  }

}

/*Expand text container*/

.featuredTilesSmall .pad .text .toggle-text-full.excerpt-hidden {
  display: none;

}

.featuredTilesSmall .pad .text {
  display: flex;
}

.featuredTilesSmall .pad .text .read-more:hover {
  cursor: pointer !important;
}

@media(max-width: 1725px) {
  .filmBox .pad .text .link a {
    line-height: 24px;
    padding: 3px 8px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 500px) {
  .featuredTilesSmall.featuredTiles .pad .img {
    min-height: 125px;
  }

  .featuredTilesSmall.featuredTiles.tallTiles .pad .img {
    min-height: 300px;
  }

}

@media only screen and (min-width: 640px) and (max-width: 1400px) {
  .featuredTilesSmall.featuredTiles .pad .img {
    min-height: 75px;
  }

  .featuredTilesSmall.featuredTiles.tallTiles .pad .img {
    min-height: 400px;
  }
}

.featuredTiles>.pad .button-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width: 780px) {
  .featuredTilesSmall>.pad .button-section {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .featuredTilesSmall>.pad .button-section {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1725px) {
  .featuredTiles>.pad .row .filmBox .yellowLink a {
    padding: 1px 10px 1px !important;
    font-size: 12px;
  }
}

@media only screen and (max-width: 990px) {
  .featuredTiles>.pad .row .filmBox .yellowLink a {
    padding: 1px 5px 1px !important;
    font-size: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .featuredTiles>.pad .row .filmBox .yellowLink a {
    padding: 1px 10px 1px !important;
    font-size: 12px;
  }
}

.featuredTilesSmall>.pad ul {
  font-family: benton-sans-condensed;
  color: #000;
}

.featuredTilesSmall>.pad ul li {
  margin-left: 10px;
}

.featuredTiles>.pad {
  padding-bottom: 60px;
}

.featuredTiles>.pad .row {
  max-width: none;
}

.featuredTiles>.pad .row .filmBox {
  padding-bottom: 15px;
}

.featuredTiles>.pad .row .filmBox .text .watcher {
  margin-bottom: 40px;
}

.featuredTiles>.pad .row .filmBox .text h5 {
  font-size: 26px;
  font-weight: bold;
}

.featuredTiles>.pad .row .filmBox h3 {
  margin-bottom: 15px;
}

.featuredTiles>.pad .row .filmBox .img {
  background-size: cover;
  background-position: center center;
}

.page-id-4817 .featuredTilesSmall>.pad .row .filmBox .img {
  background-size: cover;
  background-position: center center;
  background-size: 290px;
  background-repeat: no-repeat;
}

.page-id-5297 .featuredTilesSmall>.pad .row .filmBox .img {
  background-size: cover;
  background-position: center center;
  background-size: 290px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1367px) {
  .page-id-4817 .featuredTilesSmall>.pad .row .filmBox .img {
    background-size: cover;
    background-position: center center;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1367px) {
  .page-id-5297 .featuredTilesSmall>.pad .row .filmBox .img {
    background-size: cover;
    background-position: center center;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 740px) {
  .page-id-4817 .featuredTilesSmall>.pad .row .filmBox .img {
    background-size: cover;
    background-position: center center;
    background-size: 250px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 600px) {
  .page-id-5297 .featuredTilesSmall>.pad .row .filmBox .img {
    background-size: cover;
    background-position: center center;
    background-size: 182px;
    background-repeat: no-repeat;
  }
}



.page-id-4817 .external-link:after {
  display: none;
}

.page-id-5297 .external-link:after {
  display: none;
}

.page-id-4817 .external-link-special:after {
  display: none !important;
}

.page-id-5297 .external-link-special:after {
  display: none !important;
}


.featuredTiles>.pad .row .filmBox .pad {
  position: relative;
}

.featuredTiles>.pad .row .filmBox .yellowLink a {
  color: #fff;
  background: #B3008C;
  position: relative;
  display: inline-block;
  padding: 6px 30px 5px;
  line-height: 2;
  transition: color .25s;
  text-decoration: none;
  font-family: 'Abril Fatface', sans-serif;
  margin: 10px;
  text-align: center;
}

/*
  .featuredTiles > .pad .row .filmBox .yellowLink a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .featuredTiles > .pad .row .filmBox .yellowLink a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  } */

/*
  .featuredTiles > .pad .row .filmBox .yellowLink a:hover {
    color: #676f72;
    transition: color .25s;
  }*/

.tallBanner {
  margin-bottom: 60px;
}

.tallBanner .contain {
  position: relative;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  width: 100%;
  text-align: center;

}

.tallBanner .contain .contentBox {
  position: relative;
  z-index: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.tallBanner .contain .contentBox h3 {
  color: #FFF;
  max-width: 600px;
  display: inline-block;
  margin-bottom: 45px;
}

.tallBanner .contain .contentBox .link a {
  text-decoration: none;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 10px 20px 5px;
  transition: color .25s;
  /*font-size: 21px;*/
  font-weight: 600;
  font-family: benton-sans-condensed, sans-serif;
  z-index: 1;
}

.tallBanner .contain .contentBox .link a::before {
  content: url("../img/borderMediumTopLeft.png");
  top: 0px;
  left: 0px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.tallBanner .contain .contentBox .link a::after {
  content: url("../img/borderMediumBottomRight.png");
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.tallBanner .contain .contentBox .link a:hover {
  color: #676f72;
  transition: color .25s;
}

.tallBanner .contain .contentBox .link a:hover {
  color: #b11e8c;
}

.newsFeed {
  padding-bottom: 90px;
}

.newsFeed .pad .row {
  max-width: none;
}

.newsFeed .pad .row .newsBox {
  padding-bottom: 20px;
}

.newsFeed .pad .row .newsBox .image {
  padding-left: 0px;
}

.newsFeed .pad .row .newsBox .info {
  padding-right: 0px;
}

.newsFeed .pad .row .newsBox .info .title {
  font-size: 19px;
  color: #212121;
}

.newsFeed .pad .row .newsBox .info .date {
  font-size: 14px;
  padding-bottom: 8px;
}

.newsFeed .pad .row .newsBox .info .date span {
  color: #ffd80b;
}

.sponsors {
  padding-bottom: 60px;
}

.sponsors .pad {
  padding-bottom: 60px;
}

.sponsors .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sponsors .pad .logoBox {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media(max-width: 992px) {
  .sponsors .pad .logoBox {
    width: 33.3333333333% !important;
  }
}

@media(max-width: 768px) {
  .sponsors .pad .logoBox {
    width: 50% !important;
  }
}

@media(max-width: 500px) {
  .sponsors .pad .logoBox {
    width: 100% !important;
  }
}

.sponsors .pad.offWhite {
  padding-top: 60px;
}

section.social {
  margin-bottom: 60px;
}

section.social .row {
  max-width: none;
}

section.social .row .pad {
  background-color: #f6f6f6;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-minifest .banner .row {
  position: relative;
  max-width: none;
  text-align: center;
  color: #FFF;
}

.single-minifest .banner .row .pad {
  position: relative;
  height: 400px;
}

.single-minifest .banner .row .pad .text {
  z-index: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.single-minifest .banner .row .pad .text h3 {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 21px;
  margin-bottom: 15px;
}

.single-minifest .banner .row .pad .text h1 {
  color: #FFF;
  font-size: 50px;
}

.single-minifest .banner .row .pad .text .dates {
  padding-left: 25px;
  position: relative;
  display: inline;
  display: -webkit-inline-box;
}

.single-minifest .banner .row .pad .text .dates::before {
  content: url("../img/iconCalendar.png");
  position: absolute;
  top: 3px;
  left: 0;
}

.single-minifest .information .row {
  max-width: none;
}

.single-minifest .information .row .pad .left {
  background-color: #676f72;
  padding-top: 40px;
  padding-bottom: 50px;
}

.single-minifest .information .row .pad .left .pass {
  margin-bottom: 40px;
}

.single-minifest .information .row .pad .left .pass h4 {
  color: #969fa3;
  margin-bottom: 20px;
}

.single-minifest .information .row .pad .left .pass p {
  color: #FFF;
}

.single-minifest .information .row .pad .left .pass .link {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.single-minifest .information .row .pad .left .pass .link a {
  text-decoration: none;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 10px 20px 5px;
  transition: color .25s;
  /*font-size: 21px;*/
  font-weight: 600;
  font-family: benton-sans-condensed, sans-serif;
}

.single-minifest .information .row .pad .left .pass .link a::before {
  content: url("../img/borderMediumTopLeft.png");
  top: 0px;
  left: 0px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.single-minifest .information .row .pad .left .pass .link a::after {
  content: url("../img/borderMediumBottomRight.png");
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.single-minifest .information .row .pad .left .pass .link a:hover {
  color: #676f72;
  transition: color .25s;
}

.single-minifest .information .row .pad .left .tickets h4 {
  color: #969fa3;
  margin-bottom: 20px;
}

.single-minifest .information .row .pad .left .tickets .list {
  padding-bottom: 20px;
  display: inline-block;
}

.single-minifest .information .row .pad .left .tickets .list .price {
  color: #FFF;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.single-minifest .information .row .pad .left .tickets .link {
  display: inline-block;
  width: 100%;
}

.single-minifest .information .row .pad .left .tickets .link a {
  text-decoration: none;
  color: #FFF;
  position: relative;
  display: inline-block;
  padding: 10px 20px 5px;
  transition: color .25s;
  /*font-size: 21px;*/
  font-weight: 600;
  font-family: benton-sans-condensed, sans-serif;
}

.single-minifest .information .row .pad .left .tickets .link a::before {
  content: url("../img/borderMediumTopLeft.png");
  top: 0px;
  left: 0px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.single-minifest .information .row .pad .left .tickets .link a::after {
  content: url("../img/borderMediumBottomRight.png");
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 18px;
  height: 18px;
}

.single-minifest .information .row .pad .left .tickets .link a:hover {
  color: #676f72;
  transition: color .25s;
}

.single-minifest .information .row .pad .right {
  padding-left: 40px;
  padding-right: 30px;
}

.single-minifest .information .row .pad .right .review {
  padding-bottom: 50px;
  border-bottom: 1px solid #CCC;
}

.single-minifest .information .row .pad .right .content {
  padding-top: 60px;
}

.isotopeMenu {
  padding-bottom: 60px;
}

.isotopeMenu .pad .row {
  max-width: none;
}

.isotopeMenu .pad .row .menu .filterButtons {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
  text-align: center;
}

.isotopeMenu .pad .row .menu .filterButtons li {
  display: inline-flex;
  background-color: #000;
  padding: 6px 15px;
  color: #FFF;
  font-family: benton-sans-condensed, sans-serif;
  margin: 0px 3px;
  cursor: pointer;
  transition: background-color .25s, color .25s;
  margin-bottom: 6px;
}

.isotopeMenu .pad .row .menu .filterButtons li.active {
  background-color: #b11e8c;
  color: #fff;
}

.isotopeContent .pad .row {
  max-width: none;
  padding-bottom: 60px;
}

.isotopeContent .pad .row .staff {
  text-align: center;
  cursor: pointer;
}

.isotopeContent .pad .row .staff .pad {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.isotopeContent .pad .row .staff h5 {
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: bold;
}

.isotopeContent .pad .row .staff h6 {
  margin-top: 0px;
}

.isotopeContent .pad .row .job {
  padding-bottom: 60px;
}

.isotopeContent .pad .row .job .link {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding-top: 15px;
}

.isotopeContent .pad .row .job .link a {
  text-decoration: none;
  font-weight: 600;
  font-family: benton-sans-condensed, sans-serif;
  color: #ffffff;
  background: #B3008C;
  position: relative;
  display: inline-block;
  padding: 2px 30px 5px;
  line-height: 2;
}

.blog .pad .post {
  max-width: none;
  border-bottom: 1px solid #CCC;
  padding-bottom: 60px;
  padding-top: 60px;
}

.blog .pad .post .image {
  padding-left: 0px;
}

@media only screen and (max-width: 640px) {
  .blog .pad .post .image {
    padding-bottom: 30px;
  }
}

@media only screen {
  .blog .pad .post .image .imageActual {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
  }

  .blog .pad .post .content {
    height: 350px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .blog .pad .post .content .hold {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
}

@media only screen {
  .blog .pad .post .content .hold .dates {
    padding-left: 25px;
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 11px;
  }

  .blog .pad .post .content .hold .dates::before {
    content: url("../img/iconCalendar.png");
    position: absolute;
    top: 3px;
    left: 0;
  }

  .blog .pad .post .content .hold .link {
    display: inline-block;
    width: 100%;
  }

  .blog .pad .post .content .hold .link a {
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 6px 20px 2px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .blog .pad .post .content .hold .link a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .blog .pad .post .content .hold .link a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .blog .pad .post .content .hold .link a:hover {
    color: #676f72;
    transition: color .25s;
  }
  */
  .blog .pad .pagination {
    padding-top: 70px;
  }

  .blog .pad .pagination .page-numbers li .page-numbers {
    background-color: #676f72;
    color: #FFF;
    font-family: benton-sans-condensed, sans-serif;
    padding: 8px 15px;
  }

  .blog .pad .pagination .page-numbers li .page-numbers.current {
    background-color: #ffd80b;
    color: #212121;
  }

  .singlePost {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .singlePost .row .content .meta {
    background-color: #f6f6f6;
    padding: 9px 15px;
    text-align: center;
    margin-bottom: 40px;
  }

  .singlePost .row .content .meta a {
    color: #676f72;
  }

  .singlePost .row .content .back {
    display: inline-block;
    width: 100%;
  }

  .singlePost .row .content .back a {
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 6px 20px 2px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .singlePost .row .content .back a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .singlePost .row .content .back a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .singlePost .row .content .back a:hover {
    color: #676f72;
    transition: color .25s;
  }
*/
  .page-template-pageJobs .generalInterestForm {
    padding-top: 70px;
  }

  .sponsorProgram {
    padding-bottom: 60px;
  }

  .sponsorProgram .pad.offWhite {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sponsorProgram .pad .row .left {
    text-align: center;
  }

  .sponsorProgram .pad .row .left h3.underline {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }

  .sponsorProgram .pad .row .program {
    margin-bottom: 20px;
  }

  .sponsorProgram .pad .row .program .link {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  .sponsorProgram .pad .row .program .link a {
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 6px 20px 2px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .sponsorProgram .pad .row .program .link a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .sponsorProgram .pad .row .program .link a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .sponsorProgram .pad .row .program .link a:hover {
    color: #676f72;
    transition: color .25s;
  }
  */
  .donateForm {
    padding: 80px 0px;
  }

  .timeline {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .page-template-pageStaff .isotopeContent .pad img {
    max-height: 100px;
    max-width: 100px;
  }

  .timeline .pad .timeBox {
    padding-bottom: 45px;
  }

  .timeline .pad .timeBox .left .holdMe .year {
    font-size: 45px;
  }

  #mc-embedded-subscribe {
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 6px 20px 2px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  .hideme {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,
        1px,
        1px,
        1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /*
  #mc-embedded-subscribe::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  #mc-embedded-subscribe::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  #mc-embedded-subscribe:hover {
    color: #676f72;
    transition: color .25s;
  }
*/
  .programPopup {
    background-color: #fcfcfc;
    text-align: center;
  }

  .programPopup h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .programPopup .logo {
    max-width: 250px;
  }

  .programPopup .buttons a {
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 6px 20px 2px;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
    margin-left: 15px;
    margin-right: 15px;
  }

  /*
  .programPopup .buttons a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .programPopup .buttons a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .programPopup .buttons a:hover {
    color: #676f72;
    transition: color .25s;
  }*/
  .name_first label {
    display: none !important;
  }

  .name_last label {
    display: none !important;
  }

  input#gform_submit_button_2 {
    float: right;
    background-color: #676f72;
  }

  .page-id-311 .content .medium-3 h4 {
    font-size: 18px;
  }

  .page-template-pageJobs-php .isotopeContainer .pad p:last-child {
    padding-bottom: 0px;
  }

  .page-template-pageMembership .tabs-content {
    margin-bottom: 0px;
  }

  .page-template-pageMembership .tabs-content .content {
    padding-bottom: 0px;
    padding-top: 30px;
  }

  .page-template-pageMembership .tabs {
    border-bottom: 1px solid #b7bcbe;
  }

  .page-template-pageMembership .tabs li {
    margin-right: 10px;
    border-top: 1px solid #b7bcbe;
    border-left: 1px solid #b7bcbe;
    border-right: 1px solid #b7bcbe;
  }

  .page-template-pageMembership .tabs li a {
    text-decoration: none;
  }

  .page-template-pageMembership .tabs li.active a {
    font-weight: bold;
  }

  .page-template-pageMembership .intro ul {
    margin-bottom: 30px;
    float: left;
    list-style-position: inside;
    margin-left: 0px;
    width: 100%;
  }

  .page-template-pageMembership .featuredBoxes {
    padding-bottom: 30px;
  }

  .page-template-pageMembership .featuredBoxes .secondary {
    margin: 0px;
  }

  .page-template-pageMembership .featuredBoxes .secondary .pad .description {
    padding: 0px;
  }

  .page-template-pageMembership .featuredBoxes .secondary .pad .link {
    padding: 0px;
  }

  .add-ons>.title p {
    margin-bottom: 0px;
  }

  .add-ons>.title .columns {
    padding: 0px;
  }

  .add-ons>.title .columns.medium-9 {
    text-align: right;
  }

  .add-ons .featuredBoxes {
    margin-bottom: 60px;
    border-bottom: 1px solid #b7bcbe;
  }

  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: .2em;
  }

  .gform_wrapper textarea {
    width: 100% !important;
    height: 300px !important;
    padding: 15px;
  }

  .gform_wrapper input[type='submit'] {
    background-color: #676f72;
    float: right;
  }

  .gform_wrapper .gforms_confirmation_message {
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }

  .gform_wrapper .gfield_time_hour label {
    display: none;
  }

  .gform_wrapper .top_label input.medium,
  .gform_wrapper .gform_wrapper .top_label select.medium {
    width: 100% !important;
  }

  .gform_wrapper input[type=email],
  .gform_wrapper input[type=number],
  .gform_wrapper input[type=password],
  .gform_wrapper input[type=tel],
  .gform_wrapper input[type=text],
  .gform_wrapper input[type=url] {
    padding-left: 5px;
  }

  .page-id-311 h4.icon {
    margin-top: 0px;
  }

  .newsletter input {
    background-color: #fff;
    color: #000;
    padding: 14px 14px;
    height: auto;
    margin-bottom: 20px;
  }

  .newsletter input::-moz-placeholder {
    color: #000;
  }

  .newsletter input:-moz-placeholder {
    color: #000;
  }

  .newsletter input::-webkit-input-placeholder {
    color: #000;
  }

  .newsletter input:-ms-input-placeholder {
    color: #000;
  }

  footer .newsletter a {
    color: #000;
    background: #7692FF;
    position: relative;
    display: inline-block;
    padding: 2px 30px 5px;
    line-height: 2;
    transition: color .25s;
    text-decoration: none;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  /*
  .newsletter a::before {
    content: url("../img/borderSmallTopLeft.png");
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .newsletter a::after {
    content: url("../img/borderSmallBottomRight.png");
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .newsletter a:hover {
    color: #676f72;
    transition: color .25s;
  }
  .newsletter a:hover {
    color: #b7bcbe;
  }*/
  input.mce_inline_error {
    border-color: #4f585b !important;
  }

  div.mce_inline_error {
    background-color: #fcd700 !important;
    font-family: benton-sans-condensed, sans-serif;
  }

  .search .result {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 30px;
  }

  .fa-search:before {
    color: #B3008C;
  }

  li#menu-item-1307 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #f9f9f9 !important;
  }

  .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
    padding-left: 0px;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #f9f9f9 !important;
  }

  #ubermenu-main-2.ubermenu .ubermenu-target-text {
    font-weight: 500;
    font-family: benton-sans-condensed;
    color: #000;
    text-transform: uppercase;
  }

  input#gsc-i-id1 {
    border: 1px solid #CCC !important;
    margin-top: 15px !important;
    width: 200px !important;
  }

  input.gsc-search-button {
    font-family: benton-sans-condensed, sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    height: auto !important;
    padding-top: 8px !important;
    border: none !important;
    padding-bottom: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  #content {
    padding: 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }

  .gutter {
    padding-left: 25px;
    padding-right: 25px;
  }

  .white-popup {
    max-width: 500px;
  }

  header .row.header .nav {
    margin-top: 0px;
  }

  header .row.header .nav #ubermenu-nav-main-2 li {
    min-width: 100% !important;
  }

  header .row.header .nav #ubermenu-nav-main-2 li ul {
    background-color: #EEE;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  header .row.header .nav #ubermenu-nav-main-2 li ul.ubermenu-submenu li a {
    padding: 10px 20px;
  }

  .pricingBoxes .row {
    max-width: 90%;
  }

  .pricingBoxes .row .box:nth-child(1) {
    padding-left: 0px;
    padding-right: 20px;
  }

  .pricingBoxes .row .box:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricingBoxes .row .box:nth-child(3) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricingBoxes .row .box .pad .price {
    font-size: 70px;
  }

  .featuredBoxes .row.primary .box {
    margin-bottom: 0px;
  }

  .featuredBoxes .row.primary .box:nth-child(1) {
    padding-left: 0px;
    padding-right: 20px;
  }

  .featuredBoxes .row.primary .box:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featuredBoxes .row.primary .box:nth-child(3) {
    padding-left: 20px;
    padding-right: 0px;
  }

  .featuredBoxes.secondary .box:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
  }

  .reviews .row .review .text {
    font-size: 24px;
  }

  .featured .row {
    padding: 95px 90px;
  }

  .featured .row .logo {
    text-align: left;
    padding-bottom: 0px;
  }

  footer .involved .pad .membership {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  footer .footer .footerMenu {
    border-right: 1px solid #787f81;
    padding-top: 0px;
  }

  footer .footer .restOfFooter {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer .footer .restOfFooter .dfs {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .footer .restOfFooter .sie {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .footer .restOfFooter .newsletter {
    padding-left: 20px;
  }

  .filmTiles .tabs {
    margin-left: 30px;
  }

  .filmTiles .tabs .tab-title a {
    background-color: #FFF;
    border-left: 1px solid #d4d3d3;
    border-top: 1px solid #d4d3d3;
    border-bottom: 1px solid #d4d3d3;
    padding: 10px 20px;
  }

  .filmTiles .tabs .tab-title a:focus {
    outline: none;
  }

  .filmTiles .tabs .tab-title.active a {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    font-weight: 600;
  }

  .filmTiles .tabs .tab-title:last-child a {
    border-right: 1px solid #d4d3d3;
  }

  .filmTiles .tabs-content {
    margin-top: -1px;
  }

  .filmTiles .tabs-content .row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .featuredTiles>.pad .row .filmBox {
    padding-bottom: 0px;
  }

  .filmBox:first-child {
    padding-left: 0px;
    padding-right: 20px;
  }

  .filmBox:last-child {
    padding-left: 20px;
    padding-right: 0px;
  }

  .filmBox .outerPad {
    position: relative;
  }

  .filmBox .outerPad .tag {
    background-color: #676f72;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px;
    position: absolute;
    top: -8px;
    left: -13px;
    z-index: 5000;
    color: #FFF;
    font-size: 14px;
    display: none;
  }

  .filmBox .outerPad .tag::after {
    position: absolute;
    content: url("../img/iconTag.png");
    left: 0;
    bottom: -24px;
  }

  .filmBox .outerPad .pad .stats .director {
    display: inline-block;
    width: 100%;
  }

  .filmBox .outerPad .pad .stats .length {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
  }

  .tallBanner .contain {
    height: 400px;
  }

  .newsFeed {
    padding-bottom: 60px;
  }

  .newsFeed .pad .row .newsBox {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .newsFeed .pad .row .newsBox .info .title {
    font-size: 13px;
  }

  .newsFeed .pad .row .newsBox .info .date {
    padding-top: 0px;
  }

  .social .row .pad {
    max-width: 400px;
    float: right;
  }

  .single-minifest {
    padding-bottom: 60px;
  }

  .single-minifest .information .row .pad .right {
    padding-left: 40px;
    padding-right: 30px;
  }

  .page-template-pageJobs .isotopeContent .pad .row .job:nth-child(odd) {
    padding-right: 50px;
  }

  .page-template-pageJobs .isotopeContent .pad .row .job:nth-child(even) {
    padding-left: 50px;
  }

  .timeline .pad .row.timeBox {
    max-width: none;
    padding-bottom: 0px;
  }

  .timeline .pad .row.timeBox .left {
    background-image: url("../img/timelineBorder.jpg");
    background-repeat: repeat-y;
    background-position: 40px 10px;
  }

  .timeline .pad .row.timeBox .left .holdMe {
    background-image: url("../img/timelineNormal.png");
    background-repeat: no-repeat;
    background-position: 3px 10px;
    transition: background-image .5s, background-color .25s;
    padding: 10px 0px;
    margin-top: -10px;
  }

  .timeline .pad .row.timeBox .left .holdMe .year {
    padding-left: 106px;
    font-size: 21px;
    font-weight: 600;
    font-family: benton-sans-condensed, sans-serif;
  }

  .timeline .pad .row.timeBox .left .holdMe .description {
    padding-left: 106px;
    font-size: 14px;
    padding-top: 10px;
    max-width: 280px;
  }

  .timeline .pad .row.timeBox:last-child .left {
    background-image: none;
  }

  .timeline .pad .row.timeBox:last-child .content {
    padding-bottom: 0px;
  }

  .timeline .pad .row.timeBox .content {
    padding-bottom: 100px;
  }

  .timeline .pad .row.timeBox .content img {
    width: 100%;
  }

  .timeline .pad .row.timeBox.active .left .holdMe {
    background-image: url("../img/timelineActive.png");
  }

  .sponsors .row-of-5 {
    width: 20%;
  }

  .sponsors .row-of-7 {
    width: 14.285714286%;
  }

  .sponsors .row-of-9 {
    width: 11.111111111%;
  }

  .titleBox .title {
    height: 370px;
  }

  .titleBox .title h3 {
    font-size: 21px;
  }

  .titleBox .title h1 {
    display: inline-block;
    color: #FFF;
    font-size: 83px;
    line-height: 90px;
    margin: 0;
    font-family: 'Abril Fatface';
    position: relative;
  }

  .titleBox .title h1 a {
    color: #FFF;
    text-decoration: none;
  }

  section.content .pad .row .headingHolder .heading {
    font-size: 42px;
    position: relative;
    display: inline-block;
  }

  .blog .pad .post .image .imageActual {
    margin-bottom: 0;
  }

  .page-template-pageMembership .tabs .tab-title {
    width: auto;
  }

  .heading h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
  }
}

@media only screen and (min-width: 64.0625em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }

  .gutter {
    padding-left: 50px;
    padding-right: 50px;
  }

  .white-popup {
    max-width: 800px;
  }

  header .row.header .nav {
    margin-top: 0px;
  }

  header .row.header .nav nav {
    margin-top: 10px;
  }

  header .row.header .nav nav #ubermenu-nav-main-2 {
    float: right;
    width: auto;
  }

  header .row.header .nav nav #ubermenu-nav-main-2>li.ubermenu-current-menu-item>a {
    font-family: benton-sans-condensed, sans-serif;
    color: #676f72;
    font-size: 19px;
    padding-left: 0px;
    padding-right: 0px;
    letter-spacing: .5px;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 1025px) and (max-width: 1280px) {
  header .row.header .nav nav #ubermenu-nav-main-2>li.ubermenu-current-menu-item>a {
    font-size: 13px;
    padding-top: 23px;
  }
}

@media only screen and (min-width: 64.0625em) {
  header .row.header .nav nav #ubermenu-nav-main-2>li.ubermenu-current-menu-item ul li a:after {
    content: none;
  }

  header .row.header .nav nav #ubermenu-nav-main-2 li {
    min-width: inherit !important;
  }

  header .row.header .nav nav #ubermenu-nav-main-2 li ul li.ubermenu-current-menu-item {
    /*a {
        &::after {
            content: " ";
            height: 3px;
            background-color: $yellow;
            width: 50%;
            position: absolute;
            bottom: 0px;
            left: 0px;
            transition: left .25s;
            top: unset;
        }
    }*/
  }

  header .row.header .nav nav>ul {
    float: right;
  }

  header .row.header .nav nav>ul>li {
    padding-left: 17px;
    padding-right: 17px;
  }

  header .row.header .nav nav>ul>li span.ubermenu-target.ubermenu-target-with-icon.ubermenu-item-layout-default.ubermenu-item-layout-icon_left.ubermenu-noindicator.ubermenu-item-notext {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #ffd80b;
  }

  header .row.header .nav nav>ul>li>ul {
    /*box-shadow: none;*/
    background-color: #FFF;
    min-width: 0px;
    padding-top: 20px;
    width: 250px;
  }

  header .row.header .nav nav>ul>li>ul li {
    width: 100%;
  }

  header .row.header .nav nav>ul>li>ul li a {
    color: #676f72;
    font-family: benton-sans-condensed, sans-serif;
    padding-bottom: 0px;
  }

  header .row.header .nav nav>ul>li>ul li a:hover {
    color: #212121;
  }

  header .row.header .nav nav>ul>li>ul:last-child a {
    padding-bottom: 20px;
  }

  header .row.header .nav nav>ul>li#menu-item-10 {
    padding: 0px;
  }

  header .row.header .nav nav>ul>li:last-child {
    padding-right: 0px;
  }

  header .row.header .nav nav>ul>li:last-child a {
    padding-right: 0px;
  }

  header .row.header .nav nav>ul>li>a {
    font-family: benton-sans-condensed, sans-serif;
    color: #676f72;
    font-size: 19px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
  }

  header .row.header .nav nav>ul>li>a::after {
    content: " ";
    height: 3px;
    background-color: #7692FF !important;
    width: 50%;
    position: absolute;
    bottom: 0px;
    left: -100%;
    transition: left .25s;
    top: unset;
  }

  header .row.header .nav nav>ul>li>a:hover::after {
    left: 0px;
  }

  .pricingBoxes .row .box .pad .price {
    font-size: 110px;
  }

  .featured .row {
    padding: 95px 130px;
  }

  footer .footer .footerColumn {
    padding-top: 30px;
  }

  footer .footer .footerMenu ul.menu li {
    width: 50%;
  }

  footer .footer .restOfFooter .dfs {
    padding-left: 30px;
    padding-right: 30px;
  }

  footer .footer .restOfFooter .sie {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #787f81;
    border-right: 1px solid #787f81;
  }

  footer .footer .restOfFooter .newsletter {
    padding-left: 30px;
  }

  .filmTiles .tabs {
    margin-left: 120px;
  }

  .filmTiles .tabs .tab-title a {
    background-color: #FFF;
    border-left: 1px solid #d4d3d3;
    border-top: 1px solid #d4d3d3;
    border-bottom: 1px solid #d4d3d3;
    padding: 10px 50px;
  }

  .filmTiles .tabs .tab-title a:focus {
    outline: none;
  }

  .filmTiles .tabs .tab-title.active a {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    font-weight: 600;
  }

  .filmTiles .tabs .tab-title:last-child a {
    border-right: 1px solid #d4d3d3;
  }

  .filmTiles .tabs-content {
    margin-top: -1px;
  }

  .filmTiles .tabs-content .row {
    padding-left: 60px;
    padding-right: 60px;
  }

  .filmBox:first-child {
    padding-left: 0px;
    padding-right: 40px;
  }

  .filmBox:last-child {
    padding-left: 40px;
    padding-right: 0px;
  }

  .filmBox .outerPad .pad .stats .director {
    display: inline-block;
    width: auto;
  }

  .filmBox .outerPad .pad .stats .length {
    display: inline-block;
    width: auto;
    margin-left: 20px;
  }

  .tallBanner .contain {
    height: 570px;
  }

  .newsFeed {
    padding-bottom: 60px;
  }

  .newsFeed .pad .row .newsBox {
    padding-bottom: 0px;
  }

  .newsFeed .pad .row .newsBox .info .title {
    font-size: 18px;
  }

  .newsFeed .pad .row .newsBox .info .title a {
    color: #212121;
  }

  .newsFeed .pad .row .newsBox .info .date {
    padding-top: 8px;
  }

  .single-minifest .information .row .pad .left {
    padding-left: 70px;
    padding-right: 50px;
  }

  .isotopeMenu .pad .row .menu .filterButtons li {
    padding: 13px 25px;
  }

  .timeline .pad .row .content img {
    width: auto !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .gutter {
    padding-left: 100px;
    padding-right: 100px;
  }

  .white-popup {
    max-width: 900px;
  }

  footer .footer .restOfFooter .dfs {
    padding-left: 65px;
    padding-right: 65px;
  }

  footer .footer .restOfFooter .sie {
    padding-left: 65px;
    padding-right: 65px;
  }

  footer .footer .restOfFooter .newsletter {
    padding-left: 65px;
  }

  .newsFeed {
    padding-bottom: 60px;
  }

  .newsFeed .pad .row .newsBox {
    padding-bottom: 0px;
  }

  .single-minifest .information .row .pad .left {
    padding-left: 80px;
    padding-right: 60px;
  }

  .featuredTiles .pad .img {
    min-height: 260px;
  }
}

.featuredTiles .pad .img {
  padding-top: 55%;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
  left: auto !important;
}

/* Title Box fine grain breakpoints */

.tallBanner .contain {
  /*min-height: 300px;*/
  min-height: 440px;
  /*height: 440px !important; */
}

.titleBox .title {
  height: 170px !important;
}

@media (min-width: 480px) {
  .titleBox .title {
    height: 220px !important;
  }
}

@media (min-width: 620px) {
  .titleBox .title {
    height: 270px !important;
  }
}

@media (min-width: 800px) {
  .titleBox .title {
    height: 320px !important;
  }

  .titleBox .title.short {
    height: 300px !important;
  }
}

@media (min-width: 920px) {
  .titleBox .title {
    height: 370px !important;
  }

  .titleBox .title.short {
    height: 300px !important;
  }
}

@media (min-width: 1110px) {
  .titleBox .title {
    height: 420px !important;
  }

  .titleBox .title.short {
    height: 300px !important;
  }
}

@media (min-width: 1920px) {
  .titleBox .title {
    height: 470px !important;
  }

  .titleBox .title.short {
    height: 300px !important;
  }
}

/* New Homepage Styles */

header .login {
  display: inline-block;
  margin-right: -15px;
}

header .header-social {
  display: inline-block;
  margin-right: 5px;
}

header .header-social img {
  display: inline-block;
  margin: 5px 5px;
  height: 15px;
  opacity: .75;
  width: auto;
}

@media (min-width: 620px) {
  header .header-social {
    margin-right: 15px;
  }

  header .header-social img {
    margin: 5px 15px;
  }
}

.tallBanner .banner-slider .contain .contentBox {
  top: 20%;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

@media only screen and (max-width: 640px) {
  .tallBanner .banner-slider .contain .contentBox .videowrapper {
    padding-bottom: 45%;
  }

  .tallBanner .contain {
    min-height: 260px;
  }
}

.banner-slider .slick-next {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  background: #fff;
  padding: 12px 6px 6px 12px;
}

.banner-slider .slick-next:after {
  content: url(../img/slider-arrow-right.png);
}

.banner-slider .slick-prev {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  background: #fff;
  padding: 12px 12px 6px 6px;
  z-index: 99;
}

.banner-slider .slick-prev:after {
  content: url(../img/slider-arrow-left.png);
}

@media (min-width: 620px) {
  .tallBanner .banner-slider .contain .contentBox {
    top: 50%;
    */ -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .banner-slider .slick-prev,
  .banner-slider .slick-next {
    bottom: auto;
    top: 40%;
  }
}

.banner-slider .slick-dots {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  display: flex !important;
  justify-content: center;
}

.banner-slider .slick-dots li {
  display: inline-block;
}

.banner-slider .slick-dots li button {
  display: inline-block;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #333;
}

.banner-slider .slick-dots li.slick-active button {
  background: #000;
}

.nowPlaying {
  background: #000;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.nowPlaying ul.dates {
  liststyle-type: none;
  margin-left: 0;
  overflow: hidden;
  background: #f6f6f6;
  width: calc(100% - 58px);
  margin-bottom: 0px;
  margin-left: 29px;
}

.nowPlaying .showtime-nav {
  position: relative;
  float: left;
  width: 100%;
  background-color: white;
}

.nowPlaying .dates li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-family: benton-sans-condensed;
  background: #917da4;
  color: #fff;
}

.nowPlaying .dates li.slick-current {
  background: #745c8a;
  color: #fff;
}

.showtimes {
  float: left;
  width: 100%;
  padding-top: 20px;
  background-color: #000;
  max-height: 370px;
  overflow: overlay;
}

@media (max-width: 705px) {
  .showtimes {
    max-height: 370px !important;
  }
}

@media (min-width: 1200px) {
  .showtimes {
    max-height: 290px;
  }
}

@media (min-width: 1500px) {
  .showtimes {
    max-height: 300px;
  }
}

@media (min-width: 1600px) {
  .showtimes {
    max-height: 330px;
  }
}

@media (min-width: 1770px) {
  .showtimes {
    max-height: 350px;
  }
}

@media (min-width: 1850px) {
  .showtimes {
    max-height: 370px;
  }
}

.nowPlaying .nav-arrow {
  background: #fff;
  float: right;
  overflow: hidden;
  position: absolute;
  top: 1px;
  cursor: pointer;
  right: 7px;
}

.nowPlaying .nav-arrow.left {
  float: left;
  left: 7px;
  width: 14px;
}

.nowPlaying .dates li.nav-arrow img {
  width: 9px;
  height: auto;
  vertical-align: -7%;
}

.nowPlaying .columns {
  padding-left: 8px;
  padding-right: 8px;
}

.nowPlaying .film-wrap {
  margin-bottom: 10px;
  padding: 0 10px;
}

.nowPlaying .image-wrap {
  border: 1px solid #848484;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.nowPlaying h5 {
  color: #fff;
  margin: 0;
}

.film-wrap a:hover {
  text-decoration: none;
}

.film-wrap a h5:hover {
  text-decoration: none;
}

.film-wrap a {
  text-decoration: none;
}

.nowPlaying p {
  font-size: 12px;
  color: #adadad;
}

.nowPlaying .full-calendar-wrap {
  padding: 0;
  background: #ee3342;
  margin-top: 0px;
  float: left;
  width: 100%;
}

.nowPlaying .full-calendar-wrap .yellowLink a {
  color: #fff;
  background: #ee3342;
  position: relative;
  display: inline-block;
  padding: 10px;
  line-height: 2;
  transition: color .25s;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Abril Fatface', sans-serif;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.color-overlay-box .contain {
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

.color-overlay-box .contentBox {
  background: rgba(0, 0, 0, .5);
  max-width: 500px;
  float: right;
  margin: 40px 20px;
  padding: 40px;
}

.color-overlay-box h3 {
  color: #fff;
  font-weight: bold;
}

.color-overlay-box p {
  color: #fff;
}

.color-overlay-box .link a {
  color: #fff;
  background: #B3008C;
  position: relative;
  display: inline-block;
  padding: 2px 30px 5px;
  line-height: 2;
  transition: color .25s;
  text-decoration: none;
  font-weight: 600;
  font-family: benton-sans-condensed, sans-serif;
  display: table;
}

/*
.nowPlaying .full-calendar-wrap .yellowLink a:before{
  content: url(../img/borderSmallTopLeft.png);
    top: 0px;
    left: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
}

.nowPlaying .full-calendar-wrap .yellowLink a:after{
  content: url(../img/borderSmallBottomRight.png);
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 15px;
    height: 15px;
}*/

:focus {
  outline: none;
}

p {
  font-family: benton-sans-condensed;
  color: #000;
}

/* TripleSeat */

#tripleseat_embed_form table {
  width: 100%;
  border: none;
  background: transparent;
}

#tripleseat_embed_form table tr.even,
#tripleseat_embed_form table tr.alt,
#tripleseat_embed_form table tr:nth-of-type(even) {
  background: transparent;
}

#tripleseat_embed_form input,
#tripleseat_embed_form textarea {
  border-color: #cccccc;
}

#tripleseat_embed_form #lead_phone_number,
#tripleseat_embed_form input,
#tripleseat_embed_form textarea,
#tripleseat_embed_form #lead_guest_count {
  width: 100%
}

#tripleseat_embed_form #lead_submit {
  background-color: #676f72;
}

/* PipeDrive */

.pipedriveWebForms iframe {
  max-width: 100% !important;
}

.pipedriveWebForms body {
  background: transparent;
}

.formWrap fieldset .fieldRow label.fieldLabel,
.formButtonWrap fieldset .fieldRow label.fieldLabel {
  margin-bottom: 12px;
  width: 45%;
  float: left;
  padding: 0 1.55%;
}

@media (min-width: 795px) {

  .pipedriveWebForms .formWrap fieldset .fieldRow,
  .pipedriveWebForms .formButtonWrap fieldset .fieldRow {
    width: 100%;
    padding: 0;
  }
}

.pipedriveWebForms .formWrap,
.pipedriveWebForms .formButtonWrap {
  max-width: 100%;
  border: none;
}

.external-link {
  position: relative;
}

.external-link:after {
  content: '';
  background: url(../img/icon-external-link.png);
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}


.special-button span.external-link-special:after {
  content: '';
  background: url(../img/icon-external-link.png);
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
}

.external-link-wrap-special.external-link:after {
  background: none;
  content: '';
  display: none;
}

.logoBox .external-link:after,
.header-social .external-link:after {
  background: none;
  content: '';
  display: none;
}

.donation-levels .columns {
  padding: 15px;
}

.donation-levels .columns.medium-12 {
  border: 1px solid #ccc;
  padding: 15px 30px;
}

.donation-levels .columns h3 {
  display: table;
  margin: 0 auto 10px auto;
  border-bottom: 2px solid #b11e8c;
}

.external-link.no-external::after {
  content: none;
}

.external-link.no-external,
.no-external {
  color: white;
}

/* Search Page */

.search-container {}

.search-container .search-result {}

.search-container .search-result .search-result-inner {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 30px 45px 15px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.25s ease all;
}

.search-container .search-result .search-result-inner:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
}

.search-container .search-result .search-result-inner .search-result-button {
  background-color: #B3008C;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  transition: .25s ease all;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: benton-sans-condensed, sans-serif;
  color: #fff;
}

.search-container .search-result .search-result-inner:hover .search-result-button {
  background-color: #ee3342;
}

.search-page-wrap .search-title {
  margin: 30px 0;
}

.featured .featured-row {
  position: relative;
  overflow: hidden;
  background-color: #001E43;
  color: #fff;
}

.featured .featured-row p {
  color: #fff;
}

.featured .featured-row .text a {
  color: #fff;
}

.featured .featured-row .featured-bg-image {
  background-size: cover;
  opacity: 0.35;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.announcements {
  background-color: #f6f6f6;
  padding: 60px 50px;
  min-height: calc(100% - 85px);
}

.announcements {
  min-height: calc(100% - 60px);
}

@media(max-width: 992px) {
  .announcements {
    margin-bottom: 30px;
  }
}

.announcements img {
  width: 44px;
  height: 33px;
}

.announcement_list li p,
.announcement_list li a {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.announcement_list {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0;
}

.announcement_list li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  margin-left: -20px;
  font-size: 12px;
  margin-top: 2px;
}

.announcement_list li a {
  font-weight: bold;
  text-decoration: underline;
  color: #f5333f;
}

.announcement_list li:last-of-type p,
.announcement_list li:last-of-type a {
  margin-bottom: 0;
}

.announcements h2 {
  color: #000000;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 41px;
}

.hp_arrow {
  background-color: black;
  padding: 12px;
  position: absolute;
  top: calc(50% - 28px);
  z-index: 1;
  border-radius: 50%;
}

@media(max-width: 480px) {
  .hp_arrow {
    padding: 10px;
  }

  .hp_arrow img {
    width: 20px;
  }

  .announcements {
    padding: 30px;
  }
}

.hp_arrow:hover {
  cursor: pointer;
}

.hp_arrow.left {
  left: 12px;
}

.hp_arrow.right {
  right: 12px;
}

.accordion {
  background-color: transparent;
  padding: 60px 0;
}

.accordion .accordion-navigation {
  border-bottom: 2px solid white;
}

.accordion .accordion-navigation .accordion-title {
  background-color: black !important;
  font-family: benton-sans-condensed;
  border-bottom: 0;
  color: #fff !important;
  font-size: 20px !important;
  letter-spacing: 0.42px;
  line-height: 34px;
  padding: 16px 34px 16px 24px;
  position: relative;
  text-decoration: none;
}

.accordion .accordion-navigation .accordion-title span {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin-left: 8px;
}

.accordion .accordion-navigation .accordion-title:hover,
.accordion .accordion-navigation .accordion-title:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.accordion .accordion-navigation .accordion-title:before {
  font-size: 43px;
  font-weight: 100;
  width: 20px;
  top: calc(50% - 9px);
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
  color: #EE3342;
}

.active>.accordion-title::before {
  content: '\2013';
}

.accordion .accordion-navigation .content.active {
  display: flex !important;
}

.accordion .accordion-navigation .content {
  border: 1px solid #000;
  background-color: transparent;
  padding: 50px 35px;
}

@media(max-width: 480px) {
  .accordion .accordion-navigation .content {
    padding: 20px;
  }
}

.accordion .accordion-navigation .content strong {
  color: #000;
  margin-top: -1px;
  margin-right: 5px;
  font-size: 18px;
  letter-spacing: 0.75px;
  line-height: 28px;
}

.accordion .accordion-navigation .content a {
  color: #000;
}

.accordion .accordion-navigation .content p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.75px;
  line-height: 28px;
}

.accordion .accordion-navigation .content p:last-of-type {
  margin-bottom: 0;
}

.yellowLink a,
.special-button a,
.link a {
  color: #fff !important;
  background: #B3008C !important;
  position: relative !important;
  display: inline-block !important;
  padding: 4px 30px 4px !important;
  line-height: 2 !important;
  transition: color .25s !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-family: benton-sans-condensed, sans-serif !important;
}

@media only screen and (max-width: 1725px) {

  .yellowLink a,
  .special-button a,
  .link a {
    padding: 1px 10px 1px !important;
    font-size: 12px;
  }
}

@media only screen and (max-width: 990px) {

  .yellowLink a,
  .special-button a,
  .link a {
    padding: 1px 5px 1px !important;
    font-size: 10px;
  }
}

@media only screen and (max-width: 750px) {

  .yellowLink a,
  .special-button a,
  .link a,
  a.external-link {
    padding: 1px 10px 1px !important;
    font-size: 12px;
  }
}

.eventive-button {
  margin-top: 25px !important;
}

.eventive-button .eventive-widget-container>div {
  width: 150px !important;
}

.eventive-button .eventive-widget-container>div>button {
  height: 55px !important;
  line-height: 55px !important;
}

.eventive-button .eventive-widget-container>div>button>div>div {
  height: 55px !important;
}

.eventive-button .eventive-widget-container>div>button>div>div>span {
  font-size: 20px !important;
}